home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / dos / mpegstat / readme.dos < prev    next >
Encoding:
Text File  |  1997-01-01  |  1.6 KB  |  56 lines

  1.  
  2. MPEGSTAT.ZIP (c) 1993 by PHADE Software
  3. =======================================
  4.  
  5. This is my DOS-port of the MPEG-filter called "mpegstat".
  6.  
  7. It was compiled with Gnu's DOS-port of their GCC-compiler,
  8. called DJGCC Version 2.4.1 and NDMAKE Version 4.5. So please
  9. read the GNU-Licence-file 'LICENCE.GNU'.
  10.  
  11. You find the DOS executable in this distribution under
  12. 'mpegstat.exe'.
  13.  
  14.  
  15. NEEDS and INSTALL
  16. -----------------
  17.  
  18. What you need to build the executable is the GCC 2.4.1 for
  19. DOS (DJGCC) installed, NDMAKE 4.5 (make for DOS; the executable
  20. has to be named MAKE.EXE, MAKE.INI has to be in the Path) and
  21. a DOS-port of the Unix-Utility RM named RM.EXE.
  22.  
  23. Cause of DJGCC, the final executable is not running under
  24. DPMI (so not in a Windows-DOS-Box) nor on a 286-machine.
  25.  
  26. The Gnu-environment-executable 'GO32.EXE' has to be somewhere
  27. in the PATH. If running on a 386, the GNU-387-emulationfile
  28. 'EMU387' has to be, where the environment variable GO32 is
  29. pointing to, so if the emu-file is in D:\LIB enter:
  30.  
  31. set GO32=emu d:/lib/emu387
  32.  
  33. That should do ...
  34.  
  35.  
  36. INSTALL
  37. =======
  38.  
  39. So, if you have GCC 2.4.1 and NDMAKE 4.5 installed and RM.EXE
  40. and CMP.EXE available enter the following to build the executable
  41. in the distribution-directory (takes about 5 min. on a 486):
  42.  
  43. make
  44. copy mpegstat.exe \     # or whereever you want it
  45. make clean
  46.  
  47.  
  48. That should do, Phade
  49.  
  50. ----------------------------------------------------
  51. PHADE SOFTWARE Leibnizstr. 30, 10625 Berlin, GERMANY
  52. Inh. Frank Gadegast          Fon/Fax: +49 30 3128103
  53.  
  54. phade@cs.tu-berlin.de               phade@contrib.de
  55.  
  56.